home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Tele
/
T
/
Terminal 1.7.cpt
/
Terminal scripts
/
Hangup DTR.s
< prev
next >
Wrap
Text File
|
1989-11-06
|
191b
|
13 lines
/*
Terminal 1.7
"Hangup DTR.s"
*/
main()
{
setdtr(0); /* Negate DTR: modem hangs up */
pause(60); /* Wait one second */
setdtr(1); /* Assert DTR: now back in command mode */
beep();
}